home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineButton2_2740 / BUTTONCONDACTION on(keyPress t).as next >
Encoding:
Text File  |  2010-04-12  |  154 b   |  7 lines

  1. on(keyPress "t"){
  2.    if(eval("/Variables:CraneRamasse") == true and eval("/Variables:Tab3MecanismeBloque") == false)
  3.    {
  4.       nextFrame();
  5.    }
  6. }
  7.